/*image-slider*/

body{
margin-top:108px;
}

.image-slider {
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
  width: 100%;
  height:tem ;
}

.item img{
  width:100%;
}
@media (max-width: 1300px) {
  .image-slider {
    height: auto;
  }
}
@media (min-width: 1201px) {
  .image-slider {
    height: 35em;
  }
}
@media (min-width: 1301px) {
  .image-slider {
    height: 37em;
  }
}
@media (min-width: 1401px) {
  .image-slider {
    height: 43em;
  }
}
@media (min-width: 1501px) {
  .image-slider {
    height: 47em;
  }
}
@media (min-width: 1701px) {
  .image-slider {
    height: 10em;
  }
}


.image-slider .carousel-caption {
  right: auto;
  bottom: auto;
  top: 20%;
  left: 15%;
  font-size: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
  background-color: rgba(51, 51, 51, 0.39);
}
@media (max-width: 767px) {
  .image-slider .carousel-caption {
    right: 5%;
    top: 30%;
    left: 10%;
    bottom: 5%;
    width: auto;
    padding-left: 30px;
    text-align: left;
    background-color: rgba(51, 51, 51, 0.39);
  }
}
.image-slider .carousel-caption h2 {
  font-size: 30px;
}
@media (max-width: 1330px) {
  .image-slider .carousel-caption h2 {
    font-size: 20px;
  }
}
.image-slider .carousel-caption p {
  font-size: 20px;
}
@media (max-width: 1330px) {
  .image-slider .carousel-caption p {
    font-size: 16px;
  }
}

/*Announcements Wrapper*/
.announcement-wrapper{
  margin-top: 13px !important;
}

/*in-focus slider*/
.content-header h2 {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #34495e;
}
.content-header h2 span {
  padding: 0 10px;
  color: #cccccc;
}
#infocus-slider {
  width: 90%;
  margin: 0px auto;
}
@media (max-width: 1000px) {
  #infocus-slider {
    width: 95%;
  }
}
#infocus {
  height: auto;
  transition: all .5s ease;
}
#infocus .item {
  margin: 10px;
  height: 360px;
  border: 1px solid #C1BABA;
}
#infocus .item img {
  height: 200px;
  width: 100%;
}
#infocus .item h2 {
  font-size: 16px;
  text-align: left;
  margin: 10px auto;
  padding: 0 10px;
  color: #000;
}
#infocus .item a {
  text-decoration: none;
}
#infocus .item a :hover {
  text-decoration: none;
}
#infocus .item p {
  margin: 0 0 10px;
  font-size: 13px;
  color: #929292;
  padding: 0 10px;
  text-align: left;
}
#infocus .item:hover {
  border: solid 1px #e5e5e5;
  padding-bottom: -20px;
}
/*in-focus slider ends


/*guiding force*/
.guiding-force {
  margin: 0px auto;
}
.guiding-force .guiding-force-wrapper {
  margin-top: 20px;
}
.guiding-force .image {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.guiding-force .image img {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
}
.guiding-force .team-description {
  text-align: center;
}
.guiding-force .team-description h3 {
  font-size: 20px;
}
.guiding-force .team-social {
  text-align: center;
}
.guiding-force .team-social ul {
  padding: 0;
  list-style: none;
}
.guiding-force .team-social ul li {
  display: inline-block;
  padding: 5px;
}
.guiding-force .team-social ul li a {
  color: #d3d3d3;
}
.guiding-force .team-social ul .fa-facebook-official {
  color: #3B5998;
}
.guiding-force .team-social ul .fa-twitter-square {
  color: #4099ff;
}
.guiding-force .team-social ul .fa-google-plus-square {
  color: #dd4b39;
}
/*guiding force ends*/
/*our-projects*/
.our-projects {
  margin: 0px auto;
}

.our-projects>.row{
  margin-left: 0;
  margin-right: 0;
}

.our-projects-content-wrapper {
    padding: 10px 10px;
    background-position: center;
    text-align: center;
    height: 170px;
    background-size: 100% 100%;
    transition: background-size 2s;
    color: #fff;

}

.our-projects-content-wrapper:hover {
  background-size: 140% 140%;
  color: #fefefe;
}


.our-projects-content-wrapper h3 {
  font-size: 1.8em;
  margin: 17% auto;
}

.our-projects-content-wrapper:hover h3{
  font-size: 1.2em;
  margin: 5% auto;
}
.our-projects-content-wrapper p {
  font-size: 0.9em;
  display: none;
}

.our-projects-content-wrapper:hover p{
  display: block;
}


/*our projects ends*/
/*footer-image*/
.footer-img .img-container img {
  width: 100%;
}
/*footer-image-ends